Class ReadSerialPort.SerialReader
java.lang.Object
ReadSerialPort.SerialReader
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ReadSerialPort
public static class ReadSerialPort.SerialReader
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
InputStream in
out
OutputStream out
reader
BufferedReader reader
ReadSerialPort.SerialReader
public ReadSerialPort.SerialReader(InputStream in,
OutputStream out)
print
void print(String s)
throws IOException
- Throws:
IOException
run
public void run()
- Specified by:
run in interface Runnable